home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000480_news@columbia.edu _Fri Feb 9 10:13:06 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id KAA22645 for <kermit.misc@watsun>; Fri, 9 Feb 1996 10:13:04 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id KAA21111 for kermit.misc@watsun; Fri, 9 Feb 1996 10:12:58 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc,comp.protocols.misc
  7. Subject: Re: LAT
  8. Date: 9 Feb 1996 15:12:34 GMT
  9. Organization: Columbia University
  10. Lines: 22
  11. Message-ID: <4ffo92$kj0@apakabar.cc.columbia.edu>
  12. References: <N.020896.143432.79@SHIRKAN>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14. Xref: news.columbia.edu comp.protocols.kermit.misc:4673 comp.protocols.misc:5321
  15.  
  16. In article <N.020896.143432.79@SHIRKAN>,
  17.  <Axel.Trocha@aachen.netsurf.de> wrote:
  18. >I a mdesperately looking for any information about Digitals
  19. >LAT (local area transport) - protocoll. I know that they
  20. >sold it to some other company. I would be happy about any
  21. >information you could give me about this subject.
  22. >
  23. LAT is a protocol designed specifically for terminal connections
  24. on a local Ethernet.  Kind of a low-overhead Telnet.  It is also
  25. used for similar types of services: reverse terminal service such
  26. as connection from VMS host to serial ports, printers, or modems on
  27. a DECserver.
  28.  
  29. LAT networking support for PCs is available in DEC PATHWORKS
  30. (expensive) and also from Meridian Technology Corporation,
  31. Chesterfield MO, USA, http://www.meridiantc.com/ in their
  32. "SuperLAT" products.
  33.  
  34. MS-DOS Kermit 3.14, Kermit 95, and VMS C-Kermit contain built-in
  35. support for making LAT (and/or SuperLAT) connections.
  36.  
  37. - Frank